Lines Matching refs:getC
83 #define getC(f) ((getCtmp = peekc) ? (peekc = 0, getCtmp) : getC1(f)) macro
205 while (issp(c = getC(DOALL))) in word()
214 c1 = getC(DOALL); in word()
227 c = getC(0); in word()
241 c = getC(0); in word()
259 c = getC(0); in word()
280 c = getC(0); in word()
299 c = getC(dolflg); in word()
386 c = sc = getC(DOEXCL); in getdol()
393 *np++ = c, c = getC(DOEXCL); in getdol()
395 special++, *np++ = c, c = getC(DOEXCL); in getdol()
415 while (digit(c = getC(DOEXCL)) && (np - p) < MAX_VAR_LEN) { in getdol()
419 while ((letter(c = getC(DOEXCL)) || digit(c)) && in getdol()
436 c = getC(DOEXCL); in getdol()
450 c = getC(DOEXCL); in getdol()
453 *np++ = c, c = getC(DOEXCL); in getdol()
455 *np++ = c, c = getC(DOEXCL); in getdol()
462 c = getC(DOEXCL); in getdol()
521 sc = getC(0); in getexcl()
545 c = getC(0); in getexcl()
552 c = getC(0); in getexcl()
563 c = getC(0); in getexcl()
569 c = getC(0); in getexcl()
578 c = getC(0); in getexcl()
583 c = getC(0); in getexcl()
604 sc = c = getC(0); in getsub()
606 global++, c = getC(0); in getsub()
640 delim = getC(0); in getsub()
650 c = getC(0); in getsub()
660 c = getC(0); in getsub()
676 c = getC(0); in getsub()
699 c = getC(0); in getsub()
883 int c = getC(0); in getsel()
936 c = getC(0); in getsel()
952 c = getC(0); in getsel()
979 c = sc == HISTSUB ? HIST : getC(0); in gethent()
1001 c = getC(0); in gethent()
1021 c = getC(0); in gethent()
1037 c = getC(0); in gethent()
1063 c = getC(0); in gethent()