Searched refs:INP_LINENO (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dinput.c197 if (((inbufflags & INP_LINENO) || !strin) && lastc == '\n')
390 if (((inbufflags & INP_LINENO) || !strin) && c == '\n')
H A Dzsh.h389 #define INP_LINENO (1<<5) /* update line number */ macro
H A Dexec.c220 inpush(s, INP_LINENO, NULL);

Completed in 177 milliseconds