Searched refs:RSTART (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/zsh-61/zsh/Src/
H A Dmakepro.awk61 line = substr(line, 1, RSTART) " " substr(line, RSTART+1)
71 line = substr(line, 1, RSTART-1) " _ (" substr(line, RSTART) ")"
73 line = substr(line, 1, RSTART+RLENGTH-2) "@!" substr(line, RSTART+RLENGTH)
75 line = substr(line, 1, RSTART-1) "@{" substr(line, RSTART+5, RLENGTH-7) "@}" substr(line, RSTART+RLENGTH)
77 line = substr(line, 1, RSTART
[all...]
/macosx-10.10.1/apache-793/httpd/build/
H A DmkconfNW.awk115 s=substr($0,RSTART+2,RLENGTH-4)
120 s=substr($0,RSTART+5,RLENGTH-6)
125 s=substr($0,RSTART+5,RLENGTH-6)
130 s=substr($0,RSTART+8,RLENGTH-9)
/macosx-10.10.1/man-16/man/man2html/scripts/cgi-bin/man/
H A Dmansec133 title = substr(manpage, 1, RSTART - 1);
135 print "<a href=\"" cgipath "/man2html?", section, "+", title, "\">", title, "(", substr(manpage, RSTART + 1), ")</a>" > buffer_tmp;
138 sec = substr(manpage, RSTART + 1)
/macosx-10.10.1/awk-20/src/
H A Dawk.h62 extern Awkfloat *RSTART;
101 extern Cell *rstartloc; /* RSTART */
H A Dtran.c51 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */ variable
60 Cell *rstartloc; /* RSTART */
92 rstartloc = setsymtab("RSTART", "", 0.0, NUM, symtab);
93 RSTART = &rstartloc->fval;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dawk.vim53 syn keyword awkVariables OFMT OFS ORS RLENGTH RS RSTART SUBSEP

Completed in 119 milliseconds