Searched refs:mgwrap (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/usr.bin/mg/ |
| H A D | kbd.c | 27 static int mgwrap(PF, int, int); 167 return (mgwrap(funct, 0, 1)); in doin() 198 return (mgwrap(fp, f, n)); in rescan() 219 return (mgwrap(fp, f, n)); in rescan() 251 return (mgwrap(funct, FFUNIV, nn)); in universal_argument() 286 return (mgwrap(funct, FFOTHARG, nn)); in digit_argument() 322 return (mgwrap(funct, FFNEGARG, nn)); in negative_argument() 445 mgwrap(PF funct, int f, int n) in mgwrap() function
|