Home | History | Annotate | Download | only in ksh

Lines Matching defs:getsc

76 #define getsc()		(*source->str != '\0' && *source->str != '\\' \
141 while ((c = getsc()) == ' ' || c == '\t')
145 while ((c = getsc()) != '\0' && c != '\n')
164 while (!((c = getsc()) == 0
208 c2 = getsc();
222 c = getsc();
246 c = getsc();
268 c = getsc();
270 c = getsc();
288 c = getsc();
292 c = getsc();
310 c = getsc();
443 if ((c2 = getsc()) == ')') {
504 switch (c = getsc()) {
536 else if ((c2 = getsc()) == ')') {
561 c = getsc();
585 switch (c = getsc()) {
640 c2 = getsc();
646 if ((c2 = getsc()) == '-') {
680 if ((c2 = getsc()) == c)
701 if ((c2 = getsc()) == '(') /*)*/
802 while ((c = getsc()) != 0) {
822 while ((c = getsc()) != '\n') {
1216 c = getsc();
1249 c = getsc(); /* the ] */
1291 c = getsc();