Lines Matching refs:isprefix
226 if (isprefix(type, "help") || isprefix(type, "?")) {
242 if (isprefix(type, "help") || isprefix(type, "?")) {
251 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) {
257 if ((mode == 0) || (isprefix(mode, "output"))) {
275 if (isprefix(type, "help") || isprefix(type, "?")) {
284 if ((mode == 0) || isprefix(mode, "input")) {
289 if ((mode == 0) || isprefix(mode, "output")) {
305 if (isprefix(mode, "input"))
307 if (isprefix(mode, "output"))
309 if (isprefix(mode, "help") || isprefix(mode, "?")) {
348 if (isprefix(mode, "input"))
350 if (isprefix(mode, "output"))
352 if (isprefix(mode, "help") || isprefix(mode, "?")) {