Home
last modified time | relevance | path

Searched refs:store_string (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dline.c817 do { if (store_string((s),(a),(pos))) return (1); } while (0)
819 static int store_string(char *s, int a, POSITION pos) in store_string() function