Searched refs:grabhist (Results 1 – 1 of 1) sorted by relevance
3363 static int grabhist(int, int);4235 if (grabhist(modified, argcnt - 1) < 0) in vi_cmd()4259 if (grabhist(modified, hnum + argcnt) < 0) in vi_cmd()4270 if (grabhist(modified, hnum - argcnt) < 0) in vi_cmd()4369 if (grabhist(modified, ohnum) < 0) in vi_cmd()4992 grabhist(int save, int n) in grabhist() function