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

/ast/src/cmd/coshell/
H A Dmisc.c90 savestring(String_t* p, const char* v, int n) function
98 error(3, "out of space [savestring]");
621 p->access = savestring(&save, v, n);
642 p->bypass = savestring(&save, v, n);
668 p->global.file = savestring(&save, v, n);
686 if (p->global.identify = savestring(&save, v, n))
729 p->global.migrate = savestring(&save, v, n);
778 p->global.profile = savestring(&save, v, n);
795 p->global.remote = savestring(&save, v, n);
807 p->global.schedule = savestring(
[all...]

Completed in 8 milliseconds