Searched refs:ndash (Results 1 – 3 of 3) sorted by relevance
909 SetDashes(GCPtr pGC, unsigned offset, unsigned ndash, unsigned char *pdash) in SetDashes() argument915 i = ndash; in SetDashes()924 if (ndash & 1) in SetDashes()925 p = malloc(2 * ndash * sizeof(unsigned char)); in SetDashes()927 p = malloc(ndash * sizeof(unsigned char)); in SetDashes()940 pGC->numInDashList = ndash; in SetDashes()942 if (ndash & 1) { in SetDashes()943 pGC->numInDashList += ndash; in SetDashes()945 i = ndash; in SetDashes()949 while (ndash--) in SetDashes()
404 These additional terms described in this SugarCRM Public License –
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...