Searched defs:cntr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c42 #define GETC(a, cntr) a[cntr++]
43 #define UNGETC(cntr) cntr--
97 static int cntr = 0; variable
279 while ((ch = GETC(buf, cntr)) == ' ' || ch == '\t');
284 btoken = cntr - 1;
318 while ((ch = GETC(buf, cntr)) == ' ' ||
321 (void) UNGETC(cntr);
331 while (!badquote && (ch = GETC(buf, cntr)) !
[all...]

Completed in 35 milliseconds